toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.navigation
/
[jvm]NavigationException
Navigation
Exception
class
NavigationException
:
RuntimeException
Thrown when navigation to a resource has been failed.
Members
Constructors
Navigation
Exception
Link copied to clipboard
constructor
(
message
:
String
,
netError
:
NetError
)
Constructs a
NavigationException
with the given detail
message
and
netError
.
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
StackTraceElement
>
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
net
Error
Link copied to clipboard
open
fun
netError
(
)
:
NetError
Returns the network error code that describes the reason of the navigation failure.
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String